Crate u128

source · []
Expand description

U128 helpers for Solana programs.

Crates.io License Build Status Contributors

Motivation

U128 division is very inefficient on Solana BPF. This crate exposes the uint crate as a stopgap.

Structs

Little-endian large integer type

Functions

Multiplies two u64’s then divides by a u64.